This is a sample text file for use with the DISK.TEST file included in the Applesoft Programmers Helper. The routine is very simple, using the INLIN routine at 54572, $D52C to get text from the current input device, and put it into the keyboard buffer. The usual question is, why not just dump the file into memory and decode it from there. The answer is, that approach takes up valuable RAM space for the buffer, space often needed by the program or other code.